←Select platform

MedicalViewerCollection<T> Class Members

Summary

The following tables list the members exposed by MedicalViewerCollection<T>.

Public Constructors

Name Description
Public Constructor MedicalViewerCollection<T> Creates a new instance of MedicalViewerCollection<T> with default settings.

Public Methods

Name Description
Public Method Add Adds the specified item to the end of the collection.
Public Method AddRange Adds the elements of an ICollection to the end of the collection.
Public Method BringToFront Brings the specified item forward in the collection.
Public Method Clear Removes all items from the collection.
Public Method Contains Determines whether or not the specified item is contained in the collection.
Public Method CopyTo Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.
Public Method DisableEvents Called to disable raising the ItemAdded and ItemRemoved events.
Public Method EnableEvents Called to enable raising the ItemAdded and ItemRemoved events.
Public Method GetEnumerator Returns a generic enumerator that can iterate through the MedicalViewerCollection<T>
Public Method IndexOf Returns the index of the specified item if it is found in the collection.
Public Method Insert Inserts the specified item at the specified index.
Public Method Remove Removes the specified item.
Public Method RemoveAt Removes the item from the specified index.
Public Method SendToBack Sends the specified item back in the collection.

Protected Methods

Name Description
Protected Method OnItemAdded Raises the ItemAdded event.
Protected Method OnItemRemoved Raises the ItemRemoved event.

Public Properties

Name Description
Public Property Count Gets the number of items in the collection.
Public Property IsReadOnly Specifies whether or not the collection is Read Only.
Public Property Item Gets and sets the item at the specified index from within the collection.

Public Events

Name Description
Public Event ItemAdded Occurs when an item is added to the collection.
Public Event ItemRemoved Occurs when an item is removed from the collection.

See Also

MedicalViewerCollection<T> Class

Leadtools.MedicalViewer Namespace

Help Version 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.